home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / plain / contrib / lextex / read.me < prev    next >
Encoding:
Text File  |  1992-08-25  |  3.4 KB  |  104 lines

  1. LeXTeX
  2.  
  3. LeXTeX is a collection of macros intended to enable lawyers,
  4. and in particular Barristers, to format their work using
  5. TeX. The package consists of the following files---
  6.  
  7. READ.ME                 This file.
  8.  
  9. LEXTEX.TEX              The principle macro file.
  10. RHLOCAL.TEX             A file containing local modifications.
  11. SOLICITORS.TEX          A database file.
  12.  
  13. LTMAN.TEX               A Manual for LeXTeX.
  14. EXAMPLE1.TEX            A file containing some examples.
  15.  
  16. DPI300                  A Directory containing the following
  17.                         fonts at 300dpi---
  18.                         
  19.                         xcmr12
  20.                         xxcmr12
  21.                         xxxcmr12
  22.                         ucmr12
  23.                         uucmr12
  24.                         uuucmr12
  25.                         xucmr12
  26.  
  27. DPI360                  A Directory containing the same fonts
  28.                         as DPI300 but at 360dpi (magstep1)
  29.  
  30. TFM                     A Directory containing the tfm files
  31.                         for the same fonts.
  32.  
  33.  
  34. Installing the package is to a certain extent machine and
  35. software dependent. The files LEXTEX.TEX, RHLOCAL.TEX and
  36. SOLICITORS.TEX should be installed in the directory
  37. containing input files. In the emTeX distribution this is
  38. called \EMTEX\TEXINPUTS.
  39.  
  40. The files LTMAN.TEX and EXAMPLE1.TEX can also be installed in
  41. this directory. Alternatively they can be put in the working
  42. directory (which may be \EMTEX itself).
  43.  
  44. The fonts need to be installed in the appropriate
  45. directories. Various versions of emTeX seem to store fonts
  46. in different directories and to set up the paths to find
  47. them in different ways. These paths are set up by files
  48. called, for example, LJ.CNF. Details of these can be found
  49. in the file called something like
  50. \EMTEX\DOCS\ENGLISH\DVIDRV.DOC. It may be necessary to
  51. rename DPI300 and DPI360 to 300DPI and 360DPI or to make a
  52. corresponding alteration to the CNF file or files. Some
  53. systems may require the files to be given the extension .PK
  54.  
  55. The files in the directory TFM should be copied into the
  56. directory \EMTEX\TFM. Some systems require them to be given
  57. the extension .TFM
  58.  
  59. There are two ways of running LeXTeX. The first involves
  60. creating a format file. To do this it is necessary to use a
  61. version of TeX called IniTeX. In the case of emTeX this is
  62. actually the same program as TeX. To create the format file
  63. using emTeX type---
  64.  
  65. TEX -I &PLAIN LEXTEX \dump
  66.  
  67. Note that it is essential that \dump is typed in lower case.
  68.  
  69. After a fair time TeX will report that it has created a
  70. format file called LEXTEX.FMT. This should be moved into the
  71. directory called something like \EMTEX\TEXFMTS. (Some
  72. implementations of TeX call this directory simply FMT or
  73. FMTS.)                               
  74.  
  75. Now to format the Manual type---
  76.  
  77. TEX &LEXTEX LTMAN
  78.  
  79. To format the file EXAMPLE1.TEX type TEX &LEXTEX EXAMPLE1
  80.  
  81. The second method of using LeXTeX does not involve creating
  82. a format file. In this case simply type---
  83.  
  84. TEX &PLAIN LTMAN or TEX &PLAIN EXAMPLE1
  85.  
  86. This will be somewhat slower than the first method.
  87.  
  88. To print the resulting files is very system dependent. In
  89. the case of emTeX the command---
  90.  
  91. PRTHPLJ LTMAN should work provided that the correct paths to
  92. the fonts have been set up. The documentation on the printer
  93. driver is very thorough and you should have no real
  94. difficulties.
  95.  
  96. Roger Horne
  97. 7 New Square
  98. Lincoln's Inn
  99. London WC2A 3QS
  100.  
  101. rhorne@cix.compulink.co.uk
  102. rhorne@lix.compulink.co.uk
  103.  
  104.